home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / docs / misc / MemManual.lha / MemManual / Include / proto / memory.h
Encoding:
C/C++ Source or Header  |  2001-10-29  |  221 b   |  15 lines

  1. #ifndef  PROTO_MEMORY_H
  2. #define  PROTO_MEMORY_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. #include <clib/memory_protos.h>
  9.  
  10. extern struct MemoryLibrary *MemoryBase;
  11.  
  12. #include <pragmas/memory_pragmas.h>
  13.  
  14. #endif
  15.